home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Electronic Clipper 1998 November
/
Electronic Clipper 1998-11.iso
/
Idea Source®
/
main.dir
/
00171_Script_171
< prev
next >
Wrap
Text File
|
1998-08-26
|
717b
|
32 lines
on exitFrame
go the frame
if rollover(50) then
set the visible of sprite 41 to false
set the visible of sprite 44 to true
set the visible of sprite 48 to true
end if
if not rollover(50) then
set the visible of sprite 41 to true
set the visible of sprite 44 to false
set the visible of sprite 48 to false
end if
if rollover(51) then
set the visible of sprite 42 to false
set the visible of sprite 45 to true
set the visible of sprite 47 to true
end if
if not rollover(51) then
set the visible of sprite 42 to true
set the visible of sprite 45 to false
set the visible of sprite 47 to false
end if
end